/**
 * 站点公共CSS
 * @作者 苏相锟 <admin@phpok.com>
 * @主页 https://www.phpok.com
 * @版本 5.x
 * @授权 GNU Lesser General Public License  https://www.phpok.com/lgpl.html
 * @时间 2021年1月8日
**/

:root {
  --blue: #1D5595;
  --darkblue:#093361;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #E77717;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1D5595;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #E77717;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

li{
	list-style: none;
}

a{
	color:var(--blue);
}

a:hover{
	text-decoration: none;
}

.logo{
	max-width:300px;
	width:100%;
}
.btn-primary{
	background-color:var(--blue);
	border:0;
}
.btn-primary:hover{
	background-color:var(--darkblue);
}

.bg-nav{
	background-color:var(--blue) !important;
	height:10px;
}

.border-primary{
	border-color:var(--blue) !important;
}

.border-dotted{
	border-style:dashed;
}

.text-warning{
	color:var(--warning) !important;
}

.list-group-item.active{
	background-color:var(--orange);
	border-color:var(--orange);
	color:var(--light);
}

.list-group-item.active a{
	color:var(--light);
}

/* 单行省略号 */
.crop-text-1 {
  -webkit-line-clamp: 1;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 两行省略号 */
.crop-text-2 {
  -webkit-line-clamp: 2;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.crop-text-3 {
  -webkit-line-clamp: 3;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.card-body{
	overflow-x: scroll;
}

.more{
	font-size:1rem;
	float:right;
}

.hand{
	cursor:pointer;
}

.bg-light-50{
	background-color:rgba(255,255,255,0.5);
}
.border-light-50{
	border-color:rgba(255,255,255,0.5);
}

/*.dropdown-menu a:nth-child(5){
	display: none;
}*/

.page-link{
	color:var(--blue);
}
.page-item.active .page-link{
	background-color:var(--darkblue);
	border-color:var(--darkblue);
}

footer{
	background-color: #000;
}

footer ul,footer ol{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

footer ul li,footer ol li{
	line-height:200%;
}

footer span{
	color: #009EDD;
}

.copyright{
	border-top: 1px solid #fff;
}

.copyright a{
	color: #fff;
}

select + select{
	margin-top:0.5em;
}

select + input{
	margin-top:0.5em;
}

/* 独立页面样式 */
.l-height{
	line-height:170%;
}


/* 任意页返回头部 */
.toTop{background:url('../image/to-top.png') center center no-repeat;width:48px;height:48px;border:0;}



.content{ line-height:170%;font-size:1em;font-weight:500;}
.content p{ margin-bottom:1em;}
.content table {border: 1px solid #ddd;border-collapse: collapse;display: table;}
.content table td {border: 1px solid #ddd;padding: 5px 10px;}
.content table th {border: 1px solid #ddd;background-color: #f7f7f7;padding: 5px 10px;}
.content blockquote{
	margin:1em 0;border:1px solid #efefef;background:#fcfcfc;padding:0.5em 1em;
}

/* 管理员回复评论信息 */
fieldset.admin-reply{
	border:1px solid #ccc;
	padding:0.5em;
}
fieldset.admin-reply legend{
	width:auto;
	padding:0 0.5em;
	font-size:1em;
}

fieldset.admin-reply + fieldset.admin-reply{
	margin-top:1em;
}


/* 产品属性 */
div.attr{border:1px solid #ccc;margin-bottom:5px;line-height:26px;padding:3px 10px;cursor:pointer;}
div.attr.selected{border:1px solid var(--orange);background-color:var(--orange);color:var(--white);}

ul.radio li label{
	padding:0.25em 1em;
}

ul.radio li label input[type=radio]{
	margin-left:-1em;
	margin-top:0.1em;
}

header .topnav{
	line-height: 40px;
	border-bottom:1px solid #eee;
    background:#FEFEFE;
    color:var(--dark);
}
header .topnav a{
    color:var(--dark);
}

header .menu a{
	font-size:1.2rem;
	color:var(--dark);
}

.headnav{
	background:#fff;
	background:relative;
	width:100%;
	margin:0 auto;
}

.index-search{
	background:var(--primary);
	padding:1em 0;
	color:var(--white);
}

.index-search a{
	color:var(--white);
}

.index-search .bg-orange{
	background-color:var(--orange);
	border-color:var(--orange);
}

.index-search .bg-orange:hover,.index-search .bg-orange:active{
	background-color:var(--orange);
	border-color:var(--orange);
}


.iabout .textbox, .pabout .textbox{
	background: url(../image/a.png) left top no-repeat;
}

.iabout .textbox h6{
	color: #009EDD;
}

.iabout .textbox .amore{
	background: #009EDD;
}

.ipart{
	background: #333333;
}

.ipart .swiper2{
	height: 261px;
}

.ipart .swiper-slide{
	height: 87px;
}

.inews{
	background: url(../image/in.jpg);
}

.inews .swiper3 .textbox{
	color: #009EDD;
}

.inews .swiper4{
	height: 400px;
}

.inews .swiper4 .swiper-slide{
	height: 150px;
}

.inews .swiper4 .imgbox{
	height: 150px;
	overflow: hidden;
}

.inews .swiper4 .textbox{
	height: 150px;
	overflow: hidden;
}

.ibook{
	background: url(../image/ib.jpg) no-repeat;
}

.ptit{	
	background: url(../image/tit.png) bottom center no-repeat;
}

.ptit span{
	color: #009EDD;
}

.ppart .swiper, .ppart .swiper1{
	height: 420px;
}

.ppart .swiper .swiper-slide, .ppart .swiper1 .swiper-slide{
	height: 120px;
}

.pnews .newsl a strong{
	color: #000;
}

.pnews .newsl .pmore{
	color: #009EDD;
	border-color: #009EDD!important;
}

.pnews .newsl:hover a strong, .pnews .newsl:hover .text-muted{
	color:#009EDD!important;
}

.pnews .newsl:hover .pmore{
	color: #fff;
	background-color: #009EDD;
}

.pser .swiper-slide{
	background: #009EDD;
}

.pser .swiper-slide .tit{
	font-family: 'SimSun';
}

.pser  .ttit{
	color: #009EDD;
	border-color: #009EDD!important;
}

.inews .swiper3 .imgbox{
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media screen and (max-width:768px) {
	.ibanner .wen{
		left: 2rem;
		top: 3rem;
	}
	.ibanner .wen img{
		width: 40vw;
	}
	.ipro .pro .imgbox{
		width: 45vw;
		height: 40vw;
		display: flex;
		justify-content: center;
	}
	.inews .swiper3 .imgbox{
		height: 53vw;
	}
	.pser .swiper-slide .imgbox{
		height: 40vw;
		overflow: hidden;
	}
	.imet{
		background: url(../image/e5afc47eff630e8c.png) center top no-repeat;
	}
	footer img{
		width: 100%;
	}
}
@media screen and (width:768px) {
	.ibanner .wen{
		left: 4rem;
		top: 4rem;
	}
	.ibanner .wen img{
		width: 40vw;
	}
	.inews .swiper3 .imgbox{
		height: 400px;
	}
	.pser .swiper-slide .imgbox{
		height: 200px;
		overflow: hidden;
	}
}
@media screen and (min-width:769px) {
	.ibanner .wen{
		width: 1200px;
		left: 10%;
		transform: translate(-50%, -50%);
		top: 30%;
	}
	.ibanner .wen img{
		width: 40%;
	}
	.ipro .pro .imgbox{
		width: 270px;
		height: 200px;
		display: flex;
		justify-content: center;
	}
	.items .pic{
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.items .pic .picp{
		bottom: 6rem;
		width: 100%;
	}
	.items .pic .picp .shadow{
		top: 0;
	}
	.items .pic .picp span{
		left: 1rem;
		bottom: 1rem;
	}
	.items .pic .picp .active img{
		transform: scale(1.1,1.1);
	}
	.items .pic .picp .active .shadow{
		display: none;
	}
	.items .picbg,.items .pic{
		height: 840px;
	}
	.fullser{
		background: #1396E6;
	}
	.inews .swiper3 .imgbox{
		height: 300px;
	}
	.pser .swiper-slide .imgbox{
		height: 250px;
		overflow: hidden;
	}
	.ppro .swiper-slide .imgbox{
		height: 262.5px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}
	.imet{
		background: url(../image/e5afc47eff630e8c.png) center top no-repeat;
		background-size: 100% auto;
	}
	footer img{
		width: 300px;
	}
}



html,
body {
	position: relative;
	height: 100%;
}

body {

	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;

}

.swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ipro .swiper1 .swiper-slide{
	width: auto!important;
	background: #00A0E9;
	color: #fff;
	cursor: pointer;
}
.ipro .swiper1 .swiper-slide.on{
	background: #007aff;
}

.p0 .swiper-pagination-bullet {
	border-radius: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: #fff;
	border: #007aff 1px solid;
}

.p0 .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
	border: #007aff 1px solid;
}

/* 分页样式 */
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: var(--blue);
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: var(--blue);
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: var(--darkblue);
    border-color: var(--darkblue);
    cursor: default; }